
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{
    margin: 0%;
    padding: 0%;
    font-family: "poppins";
}

/* ---Header--- */

header .video_accueil h1{
    margin-top: 280px;
}


/* RECHERCHE */


main {
    font-family: "poppins";
    margin-top: 240px;
}
.ombre{
    margin-top: 1%;
    box-shadow: 0px 0px 29px 9px rgba(142,142,142,0.15);
    border-radius: 20px;
    padding: 20px;
}
main img{
    box-shadow: 0px 0px 50px 15px rgba(142,142,142,0.40);
    border-radius: 5px;
}
.premier {
    display: flex;      
    align-items: center;
    justify-content: space-between;
    margin: 10px;
}
.madestination{
    display: flex;
}
.madestination img{
    transition: transform 0.3s ease;
}
.madestination img:hover{
    transform: scale(1.1);
}
.prix {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border: 1px;
    } 
.condition {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.case {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border: 1px;
}
main ul {
    display: flex;
    text-decoration: none;
    justify-content: space-between;
}
.ah {
    border-radius: 15px;
    padding: 10px;
    
   
}
p {
    margin-left: 30px;
}
.ai {
    border-radius: 15px;
    padding: 10px;
   
}
.aj {
    border-radius: 15px;
    padding: 10px;
   
}
.ak {
    background-color: rgb(51, 207, 255);
    border-radius: 15px;
    padding: 10px 50px;
    
   
}
.champ {
    box-shadow: 0px 0px 29px 9px rgba(142,142,142,0.15);
    border-radius: 15px;
    padding: 5px 0px;
    margin: 0;
}
.fond {
    background-color: gray;
}
.madestination img{
    width: 20%;
}
ul {
    list-style: none;
}

/* ---Footer--- */

footer {
    display: flex;
}
footer{
    background-color: rgb(237, 237, 237);
    font-family: "poppins";
}
footer a {
    padding: 10px;
}
footer a:hover {
    text-decoration-line: underline ;
}

footer div a{
    text-decoration: none;
    color: black;
    display: flex;
    
}
div h3 {
    padding: 0%;
    margin-left: 30px;
}
footer .reseau{
    margin-top: 15px;
}

.toggle-content {
cursor: pointer;
text-align: center;
}

h3 .sansf{
align-items: center;
}